/*****网站内页，全局栏目头颜色设置－开始******/

a:focus, a:hover{color:#163a78;}
h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}
/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}
@media (min-width: 1440px) {
    .container {
        width:1440px
    }
}



/* 公用标题样式 */
.bt{text-align:center;padding: 50px 0;}
.bt h3 {font-size: 30px;line-height: 1; margin-bottom: 10px; color: #555;font-weight: bold;}
.bt h5 {font-size: 45px;line-height: 1; text-transform: uppercase;font-weight: bold;color: #163a7861;height: 30px;overflow: hidden;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  .bt{padding: 30px 15px;}
  .bt h3{font-size: 22px;letter-spacing: 3px;margin-bottom: 5px;}
  .bt h5{font-size: 42px;letter-spacing: 2px;}
  .bt p{font-size:13px;line-height: 1.5;}

}
@media (max-width: 767px){

  .bt { padding: 20px 10px;}
  .bt h5 {font-size: 25px;height: 16px;}
  .bt h3 {font-size: 19px;}
  
  
  
}

@media (max-width: 415px){
 
}



/* 产品中心 */

.fenlei{background: #f3f3f3;padding-bottom: 80px;}

.fl-cont{}
.fl-cont ul{overflow: hidden;padding: 0 0.5%;}
.fl-cont ul li{float: left;width: 25%;padding: 0 0.3%;}
.fl-cont ul li a{display:block;}
.fl-cont ul li a .fl-img{position: relative;overflow: hidden;height: auto;}
.fl-cont ul li a .fl-img img{width: 100%;transition: all .5s;transform: scale(1.05);}
.fl-cont ul li a .fl-img h2{position: absolute;width: 100%;height: 100%;background: rgb(0 0 0 / 40%);top: 0;left: 0;text-align:center;padding-top: 52%;opacity: 0;transition: all .5s;}
.fl-cont ul li a .fl-img h2 b {color: #fff; font-size: 36px;  font-weight: normal;letter-spacing: 2px;transition: all .5s;}
.fl-cont ul li a .fl-img span.line {position: absolute; width: 94%;display: block;border: 1px solid rgba(255,255,255,.5); z-index: 3;left: 0;top: 0; height: 95%; margin: 3%;}
.fl-cont ul li a h3 {font-size: 19px;line-height: 1;font-weight: bold; color: #fff; letter-spacing: 1px; margin-top: 5px; background: #a52127;text-align: center;padding: 12px 0;}

.fl-cont ul li a:hover .fl-img img{transform: scale(1);}
.fl-cont ul li a:hover .fl-img h2{opacity: 1;}
.fl-cont ul li a:hover .fl-img h2 b{}

.fl-btn{margin-top: 50px;text-align: center;}
.fl-btn a { display: inline-block; font-size: 15px;line-height: 1; background: #eee; padding: 10px 50px;color: #555;border-radius: 2px;transition: all .5s;}
.fl-btn a:hover{background: #b10000;color: #fff;}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .fl-cont ul li{padding: 0 0.3%;}
  
  .fl-cont ul li a .fl-img h2 b{font-size: 30px;}
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .fl-cont ul li{padding: 0 0.3%;}

  .fl-cont ul li a h3{font-size: 16px;}
  
}
@media (max-width: 992px){
 
  .fenlei{padding-bottom: 50px;}
  
  .fl-cont ul li{padding: 0 0.5%;}
  
  .fl-cont ul li a h3{font-size: 15px;margin-top: 8px;}
  
  .fl-cont ul li a .fl-img h2 b{font-size: 24px;}
  
  .fl-btn {margin-top: 30px;}

}
@media (max-width: 767px){

  .fl-cont ul li {width: 50%;padding: 0 5px;margin-bottom: 20px;}
  
  .fl-btn{margin: 0;}
  
}

@media (max-width: 415px){
 
  
  
  
  
}












/* 公司介绍 */
.gywm-bg{background: url(../images/bg2.jpg)no-repeat center;padding: 80px 0;}

.gy-nr{float: left;width: 48%;}
.gy-nr h3 { font-size: 30px;line-height: 1;font-family: Microsoft JhengHei;font-weight: bold;color: #666;}
.gy-nr h5 {font-size: 22px;text-transform: uppercase;color: #aaa;line-height: 1;margin: 6px 0 20px;}
.gy-nr h2 { font-family: Microsoft JhengHei;font-size: 32px; font-weight: bold; color: #666;line-height: 1;margin-bottom: 30px;}
.gy-nr .gy-txt{}
.gy-nr .gy-txt p {font-size: 16px;line-height: 1.5;color: #666;}

.gy-img{float: right;width: 48%;position:relative;}

.img-bor { border: 4px solid #a52127; width: 80%;height: 480px;float: right;}

.carousel { position: absolute;width: 90%;top: 5%;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width: 100%;}

.gy-btn{margin-top: 30px;}
.gy-btn a {display: inline-block; font-size: 16px; line-height: 1; background: #a52127;color: #fff; padding: 10px 35px; border-radius: 2px;border: 1px solid #a52127;transition: all .5s;}
.gy-btn a:hover{color: #a52127;background: none;font-weight: bold;}


@media (min-width: 1200px) and (max-width: 1440px){
  
  .img-bor{height: 400px;}
  .gy-nr .gy-txt p{font-size: 15px;}
  
  
}

@media (min-width: 992px) and (max-width: 1200px){

  .gy-nr .gy-txt p{font-size: 15px;}
  .gy-nr h2{margin-bottom: 20px;font-size: 28px;}
  .img-bor{height: 330px;}
  
}
@media (max-width: 992px){
  .gywm-bg{padding: 50px 0;}
  .gy-cont{padding: 0 15px;}
  
  .gy-nr,.gy-img {float: none; width: 100%;}
  .gy-nr{margin-bottom: 20px;}
  .gy-img{overflow: hidden;}
  .img-bor {border: 4px solid #a52127; width: 80%; height: 510px;float: right;}
  
  .carousel-inner>.item>a>img {max-height: inherit;}

}
@media (max-width: 767px){

  .gy-img{border: 4px solid #a52127;}
  .carousel {width: 100%;top: 0; position: static;}
  .img-bor {width: 100%;height: auto;float: none;border: none;}
  
}

@media (max-width: 415px){
 
  
  
  
  
}
















.liuyan{padding: 80px 0;background: url(../images/bg8.jpg)no-repeat center;}

.ly-cont{background: rgb(165 33 39 / 80%);padding: 50px 30px;border-radius: 10px;}

.ly-left{float: left;width: 49%;}
.ly-left h3 { font-size: 30px; text-transform: uppercase; font-weight: bold;color: #fff;letter-spacing: 1px;margin-bottom: 30px;padding-left: 30px;}
.ly-left h3 span {display: inline-block; font-size: 50px;line-height: 1;vertical-align: text-bottom;}

.ly-nr .mess_list {overflow: hidden; margin-bottom: 15px; border-bottom: none;padding-bottom: 15px;}
.ly-nr .mess_list .mess_title { width: 15%; font-size: 16px; text-align: right; line-height: 35px;float: left;color: #fff;}
.ly-nr .mess_list .mess_input { width: 80%;float: left;}
.ly-nr .mess_list .mess_textarea { width: 80%;float: left;}
.ly-nr .mess_list .form-control { width: 80%; height: 40px;  background: none;border: none; border-bottom: 1px solid #fff;color: #fff;}
.ly-nr .mess_list textarea.form-control{height: 80px;}
.ly-nr .mess_list textarea.form-control,.ly-nr .mess_list .form-control{border: 1px solid transparent;border-bottom-color: #fff;font-size: 15px;line-height: 40px;}
.ly-nr .mess_list textarea.form-control:focus,.ly-nr .mess_list .form-control:focus{border: 1px solid #fff;}

.ly-nr .mess_submit{margin-left: 15%;}
.ly-nr .mess_submit input[type=button] { background: #f6f6f6; color: #505050;font-size: 16px; line-height: 1; border-radius: 2px;padding: 10px 50px;}
.ly-nr .mess_submit input[type=button]:hover { background: #262626;color: #fff;}


.ly-right{float: right;width: 49%;padding-top: 80px;color: #fff;padding-right: 50px;}
.ly-right h5 {font-size: 16px;line-height: 1.5;}
.ly-right h2 {margin-top: 30px;font-size: 26px;line-height: 1;letter-spacing: 1px;}
.ly-right hr { border-top: 1px dashed #fff;margin: 20px 0 30px;}
.ly-right .ly-txt{}
.ly-right .ly-txt p { font-size: 15px; line-height: 2;}


@media (min-width: 1200px) and (max-width: 1440px){
  
  .ly-nr .mess_list .mess_title{width: 20%;}
  .ly-nr .mess_submit {margin-left: 20%;}
 
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .ly-nr .mess_list .mess_title{width: 20%;font-size: 15px;}
  .ly-nr .mess_submit {margin-left: 20%;}
 
  .ly-right h5 {font-size: 15px;line-height: 1.5;}
  .ly-right h2{margin-top: 20px;}
  .ly-right .ly-txt p { font-size: 14px; line-height: 2;}
  
}
@media (max-width: 992px){

  .ly-cont{padding: 30px 15px;}
  .ly-left h3{font-size: 22px;margin-bottom: 20px;padding-left: 20px;}
  .ly-left h3 span{font-size: 36px;}
  .ly-nr .mess_list .mess_title{width: 25%;font-size: 14px;}
  .ly-nr .mess_list .mess_input,.ly-nr .mess_list .mess_textarea{width: 75%;}
  
  .ly-right{padding-top: 40px;padding-right: 10px;}
  .ly-right h5{font-size: 14px;}
  .ly-right h2{margin-top: 15px;font-size: 24px;}
  .ly-right hr{margin: 10px 0 15px;}
  .ly-right .ly-txt p { font-size: 14px;line-height: 2;}
  
}
@media (max-width: 767px){
  
  .liuyan{padding: 50px 15px;background-size: auto 100%;}
  .ly-left,.ly-right {float: none;width: 100%;}
  .ly-nr .mess_list .form-control{width: 95%;}
  .ly-nr .mess_submit {margin-left: 25%;}
  .ly-nr .mess_submit input[type=button]{font-size: 14px;padding: 10px 40px;}
}

@media (max-width: 415px){
 
}



/* 新闻 */
.xinw{padding-bottom: 60px;}

.xw-cont{}
.xw-cont ul{}
.xw-cont ul li{float: left;width: 33.33333%;padding: 0 10px;}
.xw-cont ul li a{display: block;padding: 15px;background: #f3f3f3; position: relative;top: 0;transition: all .5s;}
.xw-cont ul li a .xw-img{height: 300px;overflow: hidden;}
.xw-cont ul li a .xw-img img{width: 100%;min-height: 100%;transition: all .8s;}
.xw-cont ul li a .xw-info{margin-top: 15px;}
.xw-cont ul li a .xw-info h3 { font-size: 17px; line-height: 1; color: #555;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xw-cont ul li a .xw-info h5 {font-size: 14px; line-height: 1; color: #888; margin: 15px 0;}
.xw-cont ul li a .xw-info h5 .fa{margin-right: 5px;}
.xw-cont ul li a .xw-info p { font-size: 15px;line-height: 1.3; color: #777; height: 60px;overflow: hidden;}
.xw-cont ul li a .xw-info b { display: block;margin-top: 10px;}
.xw-cont ul li a .xw-info b span {display: inline-block; width: 50px; height: 1px; background: #888;vertical-align: super;transition: all .5s;}
.xw-cont ul li a .xw-info b .fa {font-size: 20px;line-height: 20px;color: #888;margin-left: -3px;}
.xw-cont ul li a:hover{}
.xw-cont ul li a:hover .xw-img img{transform: scale(1.05);}
.xw-cont ul li a:hover .xw-info h3{color: #a52127;}
.xw-cont ul li a:hover .xw-info b span{background: #a52127;width: 100px;}
.xw-cont ul li a:hover .xw-info b .fa{color: #a52127;}

.xw-btn {margin-top: 50px;text-align: center;}
.xw-btn a {display: inline-block; font-size: 15px;line-height: 1;background: #a52127; color: #fff; padding: 12px 35px;border-radius: 2px;}
.xw-btn a:hover{}



@media (min-width: 1200px) and (max-width: 1440px){
  
  .xw-cont ul li a .xw-img {height: 230px; overflow: hidden;}
  
  .xw-btn {padding: 0 15px 20px;}

  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .xw-cont ul li a .xw-img {height: 180px;overflow: hidden;}
 
  
}
@media (max-width: 992px){

  .xw-cont ul li a{padding: 10px;}
  .xw-cont ul li a .xw-img {height: 130px;}
  .xw-cont ul li a .xw-info h5{font-size: 12px;margin: 8px 0;}
  
}
@media (max-width: 767px){
  
  .xw-cont{padding: 0 15px;}
  .xw-cont ul li {float: none; width: 100%; padding: 0;margin: 0 0 10px;}
  
  .xw-cont ul li a .xw-img { height: 200px;}
  .xw-btn { padding: 0 15px;}
  .xw-btn a{font-size:13px;}
  
}

@media (max-width: 415px){
 
}






/*底部*/


.f_one{background: #163a78;padding: 50px 0;}

.f-logo{float: left;    padding: 35px 0px 26px 0;width: 30%;border-right: 1px solid #bbb;}
.f-logo img { width: 76%;}
.f-dh {font-size: 24px;font-weight: bold;letter-spacing: -1px; color: #fff;}
.f-dh img { height: 30px; margin: 0; margin-right: 6px;vertical-align: top;}
.f-logo .db-wz{}
.f-logo .db-wz h2{}
.f-logo .db-wz p{}

.f-lx {float: left;width: 40%;padding-left: 20px;padding-top: 10px;}
.f-lx h3 {font-size: 24px; line-height: 1;font-weight: bold; letter-spacing: 1px; margin-bottom: 10px;color: #fff;}
.f-lx p { font-size: 15px;line-height: 1.5;color: #fff;}
.f-lx p a:hover{color: #ff0000;}

.f-ewm{float: right;width: 30%;}
.f-ewm .ewm-box { float: left; width: 29%;margin: 0 2%;}
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p { font-size: 14px;line-height: 1; color: #fff;text-align: center;margin-top: 15px;}

.sec-tit.left-keyword-tit, .themain {
    display: block;
}
.themain {
    clear: both;
    text-align: center;
    color: #fff;
}
.themain a {
    color: #fff;
    margin: 0 5px;
}

p.copyright { font-size: 15px; line-height: 1; color: #fff; padding: 20px 0;text-align: center; border-top: 1px solid #eee; background: #163a78;}

.mo-f { background: #242424; padding: 20px 15px;color: #fff;text-align: center;}
.mo-f h3 { font-size: 20px;line-height: 1;margin-bottom: 15px;}
.mo-f p { font-size: 14px;line-height: 1.5;margin-bottom: 6px;}







/*底部*/
.f-nav { background: #133267;padding: 15px 0;}
.f-nav ul{overflow: hidden;}
.f-nav ul li {float: left;padding: 5px 0;}

.f-nav ul li a { color: #fff; display: block;font-size: 15px;line-height: 1;border-right: 1px solid #ccc;padding: 0 59px;}
.f-nav ul li:last-child a{border: none;}
.f-nav ul li a:hover{color:#f57f03;}


@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #303030;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}

@media (min-width: 992px) and (max-width: 1200px){

  .f-logo img {height: 70px;}
  
  .ly-nr .mess_list .form-control { width: 90%;}
  
  .f-ewm{width: 34%;}
  .f-nav {float: left; width: 100%;}
  .f-nav ul li a {padding: 0 30px;}
  .f-logo {width: 26%;}
  .f-dh img {width: 30%;line-height: 2.5;}
  
  
}

@media (max-width: 992px){
  
}

@media (max-width: 767px){
  
}




/* 内页 */
.page-body { margin: 20px auto 50px;}
.left_menu{float: left;width: 21%;margin-right: 2%;padding: 0;}
.page-body .col-md-9{float: left;width: 77%;padding: 0;}


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #242424; height: 50px; line-height: 1; border: none;}
.sec-tit h2 { float: none;  margin-top: 0; margin-bottom: 0;height: auto; line-height: 50px; font-weight: normal; font-size: 20px; color: #fff; border-bottom: none; text-align: center;}

.page-l-clist{border: none;margin-top: 3px;}
.page-l-clist ul { padding: 0; border: none;}
.page-l-clist li.layer1 { height: auto;line-height: 1;text-align: left; font-size: 16px; border-bottom: none;z-index: 1;}
.page-l-clist li.layer1 a {display: block; overflow: hidden;padding: 15px 20px; border-bottom: 1px solid #ddd;background: #eee;}
.page-l-clist li.layer1 a span{float: left;}
.page-l-clist li.layer1 a .fa{float: right;}
.page-l-clist li a:hover {height: auto;color: #fff; background: #b10000;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #b10000;}

.page-l-clist li .layer2 { position: absolute;left: 100%; top: 0px; width: 210px; padding: 0;background: #f5f5f5; z-index: 9999;}
.page-l-clist li .layer2 ul{border: none;}
.page-l-clist li .layer2 ul li {height: auto; line-height: 1; border: none;}

.left-news{border: 1px solid #242424;padding: 5px 10px;}
.left-news li {border-bottom: none;}
.left-news li a{display: block;padding: 8px 0;}
.left-news li a h5 {line-height: 1;text-align: left; font-size: 14px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;color: #555;}
.left-news li a h5 .fa{margin-right: 5px;}
.left-news li a:hover h5{color: #b10000;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #b10000;}

.wp-pagenavi{text-align: center;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #163a78;
    border-color: #242424;
}



.crumbs-item {line-height: 1; border: none; overflow: hidden; margin-bottom: 0;background: #fafafa; box-shadow: 0 0 5px #ddd; padding: 15px 0;}
.crumbs-item h6 { font-size: 14px; line-height: 1;  color: #666;  border-left: 2px solid #44392a; padding: 2px 10px;}

.page-title{margin-bottom: 30px;}
.page-title h3 { height: 30px;position: relative;  color: #fff;}
.page-title a{display: none;pointer-events: none;}
.page-title a:last-child {display: block; position: absolute; top: 0; color: #242424; font-size: 30px; font-weight: bold;line-height: 30px;z-index: 3; text-align: center;  width: 100%;letter-spacing: 2px;}



/* 图片列表 */
.page-alist {margin-top: 0;}
.page-alist .col-md-3{margin-bottom: 20px;padding: 0 10px;}
.page-alist .col-md-3 a{display:block;box-shadow: 0px 2px 3px #00000040;}
.page-alist .col-md-3 a h5 { font-size: 16px;line-height: 1;height: auto;padding: 10px 0; color: #343434;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-3 a:hover h5{color: #242424;}
.page-alist .col-md-3 a .img-inner{width: auto;height: 240px;border: none;padding: 0;overflow: hidden;display: flex;}
.page-alist .col-md-3 a .img-inner img{ display: inline-block; margin: auto; max-width: 100%;max-height: 100%;height: 100%;}
.page-alist .col-md-3 a .img-inner:hover{border: none;}
.page-alist .col-md-3 a:hover .img-inner img{transform: scale(1.1);} 
.page-alist .col-md-3 a:hover h5{color: #163a78;}

.page-alist .col-md-4{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-4 a{display:block;}
.page-alist .col-md-4 a h5 { font-size: 16px;line-height: 1;height: auto;padding-top: 8px;color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:none;}
.page-alist .col-md-4 a:hover h5{color: #242424;}
.page-alist .col-md-4 a .img-inner {  width: 300px;  height: 220px;  border: 1px solid #ccc;padding: 0; overflow: hidden;}
.page-alist .col-md-4 a .img-inner img { display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-4 a .img-inner:hover{border: 1px solid #b10000;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 产品列表 */

.pro-nav{padding: 0;text-align:center;margin-bottom: 30px;}
.pro-nav ul{display: inline-block;}
.pro-nav ul li{float: left;margin: 0 10px;}
.pro-nav ul li a {display: block;padding: 10px 30px;font-size: 16px;line-height: 1;color: #444;border: 1px solid #ccc;}
.pro-nav ul li a:hover{background: #a1141a;color: #fff;}
.pro-nav ul li.on a{background: #a1141a;color: #fff;}



/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #222; color: #c96;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #c96;}

.news_alist{overflow: hidden;}
.news_alist li { clear: inherit; overflow: inherit;margin-bottom: 25px;float: left;width: 25%;padding: 0 10px;border: none;}
.news_alist li a{display: block;padding: 10px;border: 1px solid #f2f2f2; background: #f3f3f3;}
.news-info{margin-top: 10px;}
.news_alist .news-info{border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 10px;}
.news_alist .news-info h3 { font-size: 17px; line-height: 1; color: #555; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.news_alist .news-info h5 {text-align: right; font-size: 13px;line-height: 1; color: #888;}
.news_alist li a p.description { font-size: 14px;line-height: 1.3;color: #999;height: 55px; overflow: hidden;margin: 10px 0;}
.news_alist li a span { display: inline-block; font-size: 14px;line-height: 1; border: 1px solid #ddd; padding: 10px 30px; margin-top: 20px; color: #333;transition: all .5s;}
.news_alist li a:hover {border-color: #b10000;box-shadow: 0 3px 7px #b1000030;}

.news_alist li a .news-img{height: 210px;overflow: hidden;}
.news_alist li a .news-img img{width: 100%;min-height: 100%;transition: all .5s;}
.news_alist li a:hover .news-img img{transform: scale(1.1);}


/* 详情页 */
.page-con-tit{}
.page-con-tit h1 { font-size: 20px; line-height: 1; letter-spacing: 1px; padding-bottom: 10px;}

.page-content{padding: 0 15px 15px;}
.page-content p {font-size: 15px; line-height: 1.7;  color: #444;margin-bottom: 6px;}

td, th { padding: 0; padding: 5px;font-size: 15px;line-height: 1.5;}


/* 地图 */
.page-addr{margin-top: 30px;}
.page-addr iframe{width: 100%;}

.product_detail h1.title{font-size: 20px;}
.list_p li h2,.list_p li,.list_p li h2 a{font-size: 15px;}


#mess_main {padding: 1% 1% 0;}




@media (min-width: 1200px) and (max-width: 1440px){
  
  .page-alist .col-md-3 a .img-inner{height: 190px;}
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .page-alist .col-md-3{padding: 0 8px;}
  .page-alist .col-md-3 a .img-inner{height: 140px;}
  .page-l-clist li.layer1 a{padding: 15px;font-size: 14px;}
  .page-alist .col-md-3 a h5{font-size: 15px;}
  
}
@media (max-width: 992px){

  .pro-nav {display: block !important;float: none; width: 100%; padding: 0 5px;margin-bottom: 20px;}
  .pro-nav h3{display: none;}
  .pro-nav ul {overflow: hidden;}
  .pro-nav ul li{float: left;width: 50%;padding: 0 5px;margin-bottom: 10px;margin-top: 0;}
  
  .page-body .col-md-9{float: none;width: 100%;}
  
  .page-alist .col-md-4 {  margin-bottom: 15px; padding: 0 8px; float: left; width: 33.3333%;}
  .page-alist .col-md-4 a .img-inner{height: 170px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px; float: left;width: 33.333%;}
  .page-alist .col-md-3 a .img-inner{height: 150px;}
  
  .news_alist li{width: 33.333%;padding: 0 8px;margin-bottom: 15px;}
  .news_alist li a{padding: 10px;}
  .news_alist li a p.description {font-size: 13px; line-height: 1.5;color: #777;}
  .news_alist li a .news-img{height: 140px;}
  .news_alist .news-info h3{font-size: 15px;}
  
  .pro-nav{display: block;margin-bottom: 15px;}
  .pro-nav ul{display:block;}
  .pro-nav ul li { float: left;padding: 0 5px; width: 50%;margin: 0 0 10px;}
  .pro-nav ul li a{display: block;padding: 15px 0;}
  
  .page-title {margin-bottom: 15px;}
  .page-title h3{height: 24px;}
  .page-title a:last-child{font-size: 24px;line-height: 24px;}
  
  .product_detail .img { left: 20%;overflow: hidden;}
  
}
@media (max-width: 767px){

  .page-alist{padding: 0 10px;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 15px;width: 50%;}
  .page-alist .col-md-4 a .img-inner {height: 140px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px;float: left; width: 50%;padding: 0 5px;}
  .page-alist .col-md-3 a h5 {font-size: 14px; padding: 10px 0;}
  .page-alist .col-md-3 a .img-inner {height: 110px;}
  
  .news_alist li { width: 50%;padding: 0 5px;margin-bottom: 10px;}
  .news_alist li a .news-img {height: 100px;}
  .news-info {float: none; width: 100%;padding-left: 0;}
  .news_alist .news-tit h3{float: none;width: 100%;margin-bottom: 5px;}
  .news_alist .news-tit h5{float: none;width: 100%;text-align: left;}
  .news_alist li a p.description { font-size: 12px; line-height: 1.3;color: #777;height: 30px;overflow: hidden;margin: 6px 0;}
  
  .page-alist .page-adate {background: #222;color: #c96;}
  .page-alist .page-adate h3{font-size: 24px;margin-top: 10px;}
  .page-alist .page-adate p{font-size: 13px;}
  
  .page-alist .page-atit p { color: #666; font-size: 13px;line-height: 1.5;height: 4rem;}
  
  .page-con-tit h1 { font-size: 18px;  line-height: 1;letter-spacing: 0;padding-bottom: 10px;}
  
  .page-nav ul li{width: 50%;}
  .page-nav ul li a {font-size: 13px; padding: 10px 0;}
  
  .page-title{display: none;}
  
  .news_alist li a { padding: 6px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
  .page-l-clist li.layer1 a{padding: 10px;font-size: 13px;}
  
  .pro-nav ul li a{padding: 10px 0;font-size: 14px;}
  
}


/* logo文字 */
.logowz{width: 100%;float: right;padding: 20px 0;}
.logotw{width:100%}
.logotw .logotu{width: 33%;float: left;display: grid;place-items: center;}
.head_title_logo{}
.logowz h2{font-size:25px;color:#163a78;font-weight:bold;    font-family: "黑体";}
.logowz em{font-style:normal;color: #5a5a5a;}
.logowz p{font-size: 14px;color: #000;margin-top: 6px;text-transform: uppercase;    font-weight: bold;}



.top_box4 { height: 36px; background: #f6f6f6;  overflow: hidden;}
.top_box4 h3 { float: left; width: 60%;font-size: 14px; line-height: 36px; color: #000;}
.top_box4 h3 a{}
.top_box4 h3 a:hover{color: #003ca0;}
.top_box4 .top_r { float: right; text-align: right;width: 40%;line-height: 36px;}
.top_box4 .top_r a { padding: 0 5px; font-size:12px; color: #000;}


@media (min-width: 992px) and (max-width: 1200px){
.logowz h2 {font-size: 19px;}
  .logowz p {font-size: 12px;}
}
@media (max-width: 992px){
  
  .top_box4{display:none}

}
@media (max-width: 767px){
 
.logotw .logotu {width: 18%;}
  .logowz {width: 77%;}
  .logowz h2 {font-size: 19px;}
  .logowz p {display:none}
  
}




/* 数字滚动 */

.num-bg{z-index: 3;position: relative;top: -66px;}

.num-cont{padding: 29px 0 28px;background-size: 100%;background: #fff;border-bottom: 3px solid #163a78;box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 20%);}
.num-box{float: left;width: 33.333%;text-align: center;}
.num-box b {font-size: 27px; line-height: 1; display: inline-block;font-weight: normal;}
.num-box span { font-size: 18px;font-weight: bold;line-height: 1; display: inline-block;}
.num-box p {  margin-top: 16px;font-size: 16px;line-height: 1;}

@media (max-width: 1400px){
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){

  .num-bg {height: 90px;}
  .num-cont{padding: 22px 21px 25px 0;}
  .num-box p {font-size: 14px;line-height: 1.5;}
  
}
@media (max-width: 992px){

  .num-box p {font-size: 14px;line-height: 1.5;}
  .num-cont {padding: 20px 0 20px 0;}
  
}
@media (max-width: 767px){

  .num-bg {padding: 0 10px;top: -30px;}
  .num-cont {padding: 10px 0 10px;}
  .num-box b{font-size: 18px;}
  .num-box p {font-size: 12px;margin-top: 5px;}
  
  
}
/*标题*/
.bt{text-align: center;padding: 2% 0;}
.bt h3{font-size:32px;color: #333; font-weight: bold;vertical-align: middle;margin: 0;}
.bt h3 span{color:#163a78;}
.bt p{text-align: center;font-size: 18px;
    line-height: 1;
    color: #666;
    margin-top: 10px;}
.bt p img{margin: 0 10px;}
.bt p span{font-size: 15px;color: #777777;}

.szbox{}




@media (max-width: 992px){
.bt h3{font-size:26px;;}
  
  
  
}
@media (max-width: 767px){
 .bt h3{font-size:22px;;}  
 .bt p span{font-size: 13px;color: #777777;}
 .bt p img {display: none;} 
  .bt h3 {font-size: 19px;}
  .bt p {font-size: 15px;}

}




/*关于我们*/
.gywm{padding: 62px 0 20px 0;position:relative;}
.gywm p{font-size: 15px;color: #333;line-height: 2.5;background: none !important;}
.gywm .tu img{width:100%;position:absolute;top: -90px;}
.gywm .gszj{width:100%;padding:48px 0 0 0 ;}
.gywm .gszj h3{font-size:24px;color:#3f853f;float:left;font-weight: bold;}
.gywm .gszj p{font-size: 14px;color: #a3a3a3;}
.conaeu_txet{}



.gywm-tb{background:url(../images/gywm-bg.png)no-repeat center center;padding: 24px 0;}
.gywm-tb ul{}
.gywm-tb ul li{width:24.3%;float:left}
.gywm-tb ul li .tb-img{width:100%;display: grid;place-items: center;}
.gywm-tb ul li .tb-img img{width:33%;}
.gywm-tb ul li .tb-wz{text-align:center}
.gywm-tb ul li .tb-wz span{font-size:16px;color:#fff;}
.gywm-tb ul li .tb-wz h2{font-size:16px;color:#fff;}

.gywm .gywm-bt{text-align:center;line-height:2;margin: 0 0px 87px 0;}
.gywm .gywm-bt h2{font-size:31px;color:#000;letter-spacing: 5px;background:url(../images/bt.png)no-repeat center center}
.gywm .gywm-bt span{font-size:20px;color: #c3c3c3;}
.gywm .gywm-an{margin: 25px 0;}
.gywm .gywm-an a{display: inline-block;border: 1px solid #000;border-radius: 25px;padding: 9px 30px;font-size: 15px;}

.walking {
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    margin: 10px 0;
    height: 228x !important;}






@media (min-width: 992px) and (max-width: 1200px){
  .gywm .tu img {top: 3px;}
  .gywm .gywm-bt {margin: 0 0px 31px 0;}
  .gywm-tb ul li {width: 33.3%;}

}
@media (max-width: 992px){
.gywm .tu img {display: none;}
  .gywm {padding: 0px 0 20px;}
  .gywm .gywm-bt {margin: 0 0px 30px 0;}
  .gywm-tb ul li {width: 33.3%;}
}
@media (max-width: 767px){
  .gywm .tu img {display: none;}
  .gywm .gywm-bt h2 {font-size: 22px;}
  .gywm .gywm-bt {margin: 8px 0px 13px 0;}
  .gywm p{line-height: 1.5;}
  .gywm .gywm-an {margin: 15px 0;}
  .gywm-tb ul li .tb-wz span {font-size: 13px;}
}



/* 产品中心 */
.chanpin{padding: 72px 0 77px 0;}

.cp-bt{padding-bottom: 30px;}

.cp-nav{text-align: center;margin-bottom: 50px;}
.cp-nav ul{display: inline-block;}
.cp-nav ul li{float: left;margin: 0 40px;}
.cp-nav ul li a {display: block;font-size: 17px;line-height: 1;color: #555;}
.cp-nav ul li a:hover{color: #a52127;}

.walking{height: 440px !important;}
.walking .ar_1{height: 440px;margin-left: 20px;width: 270px;background: none;position:relative}
.walking .ar_1 .item{height: 400px;}
.walking .ar_1 .item img{height: 100%;width:100%;}
.walking .ar_1 p { height: 40px; line-height: 40px; background: none;color: #555; padding: 0 5px; font-size: 17px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.walking .ar_1:hover p{color: #a52127;text-decoration: underline;}

.cp-btn{text-align: center;margin-top: 62px;}
.cp-btn a {display: inline-block; font-size: 17px;line-height: 1; color: #163a78; border: 1px solid #163a78;padding: 10px 30px;transition: all .5s;}
.cp-btn a:hover{color: #000;}

.chanpin .gcal-bt{text-align:center;line-height:2;margin: 0 0px 5px 0;}
.chanpin .gcal-bt h2{font-size:31px;color:#000;letter-spacing: 5px;background:url(../images/bt.png)no-repeat center center}
.chanpin .gcal-bt span{font-size:17px;color: #c3c3c3;}



.walking .ar_1 .al-txt {position: absolute;top: 0;width: 100%;background: rgb(0 0 0 / 50%);height: 100%;padding: 20px;transition: all .5s;transform: rotateY(90deg);}
.walking .ar_1 .al-bor{border: 1px solid #eee;height: 100%;padding: 80px 20px 0;}
.walking .ar_1 .al-txt h3 { font-size: 30px;line-height: 1;text-align: center;color: #fff;letter-spacing: 1px;}
.walking .ar_1 .al-txt hr {border-top: 1px solid rgb(255 255 255 / 40%);margin: 20px 0 15px;}
.walking .ar_1 .al-txt span {display: inline-block;font-size: 15px; line-height: 1; color: #fff;border: 1px solid #fff;padding: 10px 30px;margin-top: 120px;}
.walking .ar_1 .al-txt span:hover{background: #fff;color: #b10000;font-weight: bold;}

.walking .ar_1:hover .al-txt{transform: rotateY(0deg);}

.walking .ar_1 p { height: 40px; line-height: 40px; background: none;color: #fff; padding: 0 5px; font-size: 17px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: absolute;bottom: 0;width: 100%;background: rgb(0 0 0 / 50%);transition: all .5s;}
.walking .ar_1:hover p{bottom: -40px;}


@media (min-width: 1200px) and (max-width: 1440px){
  
  
}

@media (min-width: 992px) and (max-width: 1200px){
  
  
  
}
@media (max-width: 992px){
 
  .walking {height: 330px !important; margin: 0;}
  
  .walking .ar_1{width: 190px;height: 330px;}
  .walking .ar_1 .item {height: 300px;}
  .cp-bt {display: inline-block;width: 100%;margin:44px 0 0  0}

}
@media (max-width: 767px){

  .cp-nav{display: none;}
  .gcal-bt h2 {font-size: 22px;}
  .chanpin {padding: 36px 0 39px 0;}
  .cp-btn {margin-top: 41px;}
  .gcal-bt {margin: 0 0px 19px 0;}
  .cp-bt { margin: 0px 0 0  0;}
  
}

@media (max-width: 415px){
 
  
  
  
  
}




.anli{background: url(../images/xx-bg2.png)no-repeat center;padding: 50px 0;}

.xxk-bt h3 a{color: #000;}
.xxk-bt{text-align: center;margin-bottom: 50px;line-height: 2.5;}
.xxk-bt h2 {font-size: 30px; text-transform: uppercase; line-height: 1; margin-bottom: 20px;color: #000;}
.xxk-bt span{color: #d1a800;}
.xxk-bt h3 {font-family: Microsoft JhengHei;font-size: 27px;font-weight: bold;line-height: 1;color: #000;letter-spacing: 1px;color: #fff;}
.xxk-bt p{font-size:17px;color: #000;}

.gy-ico{padding: 30px 0;}
.gy-ico ul{overflow: hidden;}
.gy-ico ul li{float: left;width: 14.2%;}
.gy-ico ul li .ico-box{text-align: center;border-right: 1px solid #ccc;}
.gy-ico ul li .ico-box .ico-img{width: 120px;height: 120px;overflow: hidden;position: relative;margin: 0 auto 15px;}
.gy-ico ul li .ico-box .ico-img img{width: 100%;position: absolute;left: 0;top: 0;transition: all .5s;}
.gy-ico ul li .ico-box h3 { font-size: 24px;line-height: 1;color: #000;margin-bottom: 10px;}
.gy-ico ul li .ico-box p {font-size: 15px;line-height: 1;color: #a19f9f;}
.gy-ico ul li:last-child .ico-box{border: none;}
.gy-ico ul li:hover .ico-box .ico-img img{top: -120px;}


@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-nr .gy-txt p{font-size: 14px;}
  .gy-img{height: 400px;}
  
}

@media (max-width: 992px) {

  .gy-nr{width: 100%;}
  .gy-nr h3{font-size: 22px;margin-bottom: 10px;}
  .gy-nr .gy-txt p{font-size: 13px;}
  .gy-nr a{font-size: 13px;}
  
  .gy-img{width: 100%;top: 0px;height: 180px;}
  
  .gy-ico ul li .ico-box .ico-img{width: 80px;}
  .gy-ico ul li .ico-box h3{font-size: 18px;}
  .gy-ico ul li .ico-box p{font-size: 13px;}
  .anli {padding: 23px 0;}
}

@media (max-width: 767px) {
  
  .gy-img{display: none;}
  .gy-nr{width: 100%;margin: 0;padding: 0 15px;}
  .gy-nr h3 { font-size: 22px;margin-bottom: 15px;text-align: center;}
  
  .gy-ico ul {overflow: hidden;padding: 0 15px;display: flex;flex-wrap: wrap;justify-content: center;}
  .gy-ico ul li {float: left;width: 24.33333%;margin: 10px 0;}
  .gy-ico ul li:nth-child(3) .ico-box{border-right: none;}
  .gy-ico ul li .ico-box h3 {font-size: 15px;}
  .gy-ico ul li .ico-box p {font-size: 12px;}
  .gy-ico ul li .ico-box .ico-img {width: 60px;height: 60px;}
  .gy-ico {padding: 18px 0;}
  .anli {background:#f3f3f3;margin-top: 30px;}
  .xxk-bt h2 {font-size: 24px;}
  .xxk-bt p {font-size: 14px;}
  .xxk-bt {line-height: 2;margin-bottom: 18px;}
  
}


/* 制作流程 */
.liucheng{padding: 122px 0;background: url(../images/ys-bg.png)no-repeat center fixed;}

.lc-bt{text-align: center;margin-bottom: 50px;}
.lc-bt h5 {font-size: 30px; text-transform: uppercase; line-height: 1; margin-bottom: 10px;color: #000;}
.lc-bt h5 span{color: #d1a800;}
.lc-bt h3 {font-family: Microsoft JhengHei;font-size: 27px;font-weight: bold;line-height: 1;color: #000;letter-spacing: 1px;color: #000;}

.lc-cont{}
.lc-cont ul{}
.lc-cont ul li{float: left;width: 33.3%;padding: 0 20px;margin: 15px 0;}
.lc-cont ul li .lc-box {padding: 20px;background: #f57f03bf;box-shadow: 0 0 2px #ccc;border-radius: 5px;overflow: hidden;cursor: pointer;position: relative;}
.lc-cont ul li .lc-box h3 {font-family: Microsoft JhengHei; font-size: 24px;line-height: 1; font-weight: bold; margin-bottom: 5px;color: #fff;}
.lc-cont ul li .lc-box h6 {font-size: 13px; text-transform: uppercase;  color: #fff;margin-bottom: 10px;}
.lc-cont ul li .lc-box p {font-size: 16px;line-height: 1.5;color: #fff;height: 100px;overflow: hidden;}
.lc-cont ul li .lc-box .lc-n { width: 60px;height: 50px; overflow: hidden; float: right;text-align: center;position:relative;}
.lc-cont ul li .lc-box .lc-n h5{font-size: 50px;line-height: 50px;font-weight: bold;transition:all .6s;}
.lc-cont ul li .lc-box .lc-n .n1{position: absolute;top: 0;transition:all .6s;color: #fff;}
.lc-cont ul li .lc-box .lc-n .n2{color: #163a78;position: absolute;top: 50px;transition:all .6s;}
.lc-cont ul li .lc-box:hover .lc-n .n1{top: -50px;}
.lc-cont ul li .lc-box:hover .lc-n .n2{top: 0;}

.lc-cont ul li .lc-box img { position: absolute;left: -24%;top: 40%;width: 64%;transition: all .5s;transform: scale(0);opacity: .5;}
.lc-cont ul li .lc-box .lc-txt{position: relative;z-index: 3;}
.lc-cont ul li .lc-box:hover img{transform: scale(1);}

@media (min-width: 1200px) and (max-width: 1440px){
  
  .lc-cont ul li .lc-box p{font-size: 16px;line-height: 1.4;}
  
  
}



@media (min-width: 992px) and (max-width: 1200px){
  
  .lc-cont ul li{padding: 0 10px;}
  .lc-cont ul li .lc-box h6 { font-size: 12px; height: 26px;line-height: 1.2;}
  .lc-cont ul li .lc-box h6 { font-size: 12px;height: 24px;}
  
  .lc-cont ul li .lc-box h3{font-size: 20px;}
  
  
  .lc-cont ul li .lc-box p {font-size: 13px;line-height: 1.5;color: #fff;height: 80px;overflow: hidden;}
  .lc-cont ul li .lc-box .lc-n { width: 50px; height: 40px;}
  .lc-cont ul li .lc-box .lc-n h5 {font-size: 40px; line-height: 40px;}
  
  .lc-cont ul li .lc-box img{left: -30%;}
  .liucheng {padding: 73px 0;}
  
}

@media(max-width: 992px){
  
  .lc-bt {margin-bottom: 0px;}
  
  .lc-cont ul li { float: left; width: 100%;padding: 0 15px;}
  .lc-cont ul li .lc-box h3{font-size: 22px;}
  .lc-cont ul li .lc-box h6{height: 24px;font-size: 12px;}
  .lc-cont ul li .lc-box{padding: 10px;}
  .lc-cont { padding: 42px;}

  .lc-cont ul li .lc-box p { font-size: 15px;height: 96px;line-height: 1.3;}
  .lc-cont ul li .lc-box .lc-n{width: 50px;overflow: hidden;height: 40px;}
  .lc-cont ul li .lc-box .lc-n h5 { font-size: 40px; line-height: 40px;}
  .liucheng {padding: 52px 0;}
}

@media(max-width: 767px){
 
  .lc-bt h5 ,.lc-bt h3{font-size: 25px;}
  
  .lc-cont ul li { float: none;width: 100%;}
  .liucheng {padding: 31px 0;}
  .lc-bt h5, .lc-bt h3 {font-size: 22px;}
  .lc-cont {padding: 21px;}
  
  
  
}





/* 合作伙伴 */
.hzhb{padding: 65px 0;}
.hzhb ul{}
.hzhb ul li{width: 17%;float: left;padding: 11px 0px;}
.hzhb ul li .hz-img{width:100%}

.hzhb ul li .hz-img img{width:100%}
.hzhb .hz-box{border: 1px solid #000;padding: 38px 46px 38px 93px;margin: 22px 0 0 0;}
.hzhb-bt{text-align:center;line-height:2;margin: 0 0px 45px 0;}
.hzhb-bt h2{font-size:31px;color:#000;letter-spacing: 5px;background:url(../images/hz-bt.png)no-repeat center center}
.hzhb-bt span{font-size:17px;color: #c3c3c3;}
.hzhb .hz-bg{position: absolute; top: 0; background: #163a78eb;width: 100%; height: 100%;transition: all .5s;transform: rotateX(90deg);}
.hzhb .hz-bg h2{text-align:center;color:#fff;font-size:16px;border:1px solid #fff;padding: 10px 10px;margin: 46px 53px;}
.hzhb .hz-tw:hover .hz-bg{top: 0;transform: rotateY(0deg);}
.hzhb .hz-tw{position:relative}




@media (min-width: 992px) and (max-width: 1200px){
  
  
  
}

@media(max-width: 992px){
  
  .hzhb .hz-box {padding: 38px 46px 38px 47px;}
  .hzhb .hz-bg h2 {margin: 18px 18px;}
  .hzhb .cp-bt{margin:0px}
  .hzhb {padding: 21px 0 65px 0;}
  
}

@media(max-width: 767px){
 
.hzhb-bt h2 {font-size: 22px;background: none;}
  .hzhb {padding: 0px 0 13px 0;}
  .hzhb-bt {margin: 0 0px 25px 0;}
  .hzhb ul li {width: 20%;}
  .hzhb .hz-box {padding: 18px 16px 15px 18px;margin:0px}
  
  
  
  
}






.xinw .bt{padding: 2% 0 2% 0;}
.xinw .bt h2{font-size:30px;font-weight: normal;text-align: center;background: url(../images/tit-bj_07.png)no-repeat center center;color: #5ba047;}
.xinw .bt p{font-size: 18px;color: #878787;text-align: center;line-height:2;}
.xinw{padding:32px 0 80px;}
.xinw-bt{margin-bottom: 40px;}
.xinw-bt h3 {font-size: 30px;font-weight: bold;letter-spacing: 2px;line-height: 30px;margin-bottom: 15px;}
.xinw-bt h3 span{color: #286b40;}
.xinw-bt p {font-size: 17px;line-height: 17px;color: #888;}

.xinw-cont{}
.xinw-title { padding-bottom: 5px; border-bottom: 1px solid #ddd; margin-bottom: 20px;}
.xinw-title h3 {float: left;font-size: 22px;font-weight: bold;letter-spacing: 2px;color: #444;line-height: 22px;}
.xinw-title a {display: inline-block; float: right; margin-right: 10px; font-size: 15px; text-transform: uppercase;line-height: 15px;}
.xinw-title img{height: 28px;}

.xinw-left{float: left;width: 60%;}

.xinw .nav-tabs {border-bottom: 1px solid #bbb; padding-bottom: 8px;margin-bottom: 15px;}
.xinw .nav-tabs>li {float: left;margin-bottom: 0;text-align: center;margin-right: 10px;}
.xinw .nav>li>a>img{height: 24px;margin-right: 5px;}
.xinw .nav>li>a{padding: 0;}
.xinw .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #555;
}
.xinw .nav-tabs>li:last-child>a{border: none !important;} 
.xinw .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #163a78;
    cursor: pointer;
    background: none;
    border: none;

}

.xwdt{}
.xwdt_img{width: 27%;margin-right: 3%;float: left;height: 130px;overflow: hidden;}
.xwdt_img img{width: 100%;}
.xwdt_info{float: left;width: 70%;}
.xwdt_info h3 {font-size: 18px;line-height: 18px;margin-bottom: 10px;}
.xwdt_info h5 {font-size: 13px; line-height: 13px;color: #888;margin-bottom: 10px;}
.xwdt_info p { font-size: 13px;line-height: 22px; color: #666;}
.xwdt_list{margin-top: 20px;}
.xwdt_list li{border-bottom: 1px dashed #ddd;}
.xwdt_list li a{display: block;padding: 10px;}
.xwdt_title {float: left;width: 80%;font-size: 15px;line-height: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xwdt_title i { color: #286b40;margin-right: 8px;}
.xwdt_date{float: right;width: 20%;text-align: right;padding-right: 10px;font-size: 12px;line-height: 12px;}
.xwdt_title p{float:left}
.xinw-right{float: right;width: 36%;}

.dowebok{height:288px;}
.dowebok li{margin-bottom: 20px;}
.dowebok li a{}
.dowebok li a:hover{text-decoration: none;}
.dowebok h3 { font-size: 16px; line-height: 24px; overflow: hidden;margin-bottom: 10px;text-overflow: ellipsis;white-space: nowrap;}
.dowebok h3 span { width: 24px; height: 24px; line-height: 24px;font-size: 15px;background: #888; text-align: center; display: inline-block;color: #fff;margin-right: 5px;}
.dowebok p { font-size: 13px;line-height: 24px;color: #666;}
.dowebok p span { display: inline-block; width: 24px; height: 24px;line-height: 24px;background: #286b40;color: #fff;text-align: center;font-size: 14px;margin-right: 5px;}



@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

  .xinw {padding: 31px 0 80px;}
  .xinw .cp-bt{margin:0px}
}
@media (max-width: 767px){
  .xinw-bt{margin-bottom: 30px}
  .xinw { padding: 21px 0 0;}
  .xinw-bt h3 { font-size: 2.4rem;  font-weight: bold;letter-spacing: 1px;line-height: 1; margin-bottom: 10px;}

  .xinw-left,.xinw-right {float: none; width: 100%;padding: 0 10px;margin-bottom: 25px;}
  .xwdt_img {width: 100%; margin-right: 0;float: none;height: 190px;overflow: hidden;margin-bottom: 10px;}
  .xwdt_info { float: none;width: 100%;}
  .xwdt_title {
    float: left;
    width: 74%;
    font-size: 1.4rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .xwdt_date {float: right; width: 25%; text-align: right;padding-right: 10px;font-size: 1rem;line-height: 1;}
  .xinw-cont {padding: 13px 0 0 0;}
  .xinw .bt p {margin:0px;font-size:15px}
  
  
  
}

.links { background: #434343}



.lxwm-wz{line-height: 2.5;}
.lxwm-wz p{font-size: 14px;}










@media (min-width: 1200px) and (max-width: 1440px){
  
  
  
}

@media (min-width: 992px) and (max-width: 1200px){

 
  
}
@media (max-width: 992px){
  

}
@media (max-width: 767px){
   
 
  
}

@media (max-width: 415px){
 
  
  
  
  
}




@media (min-width: 992px) and (max-width: 1200px){
  
 
  
  
  
}
@media (max-width: 992px){

 
  
}
@media (max-width: 767px){

  
}

/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #163a78;color: #fff;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #c96;}

.news_alist{overflow: hidden;}
.news_alist li { clear: inherit; overflow: inherit;margin-bottom: 25px;float: left;width: 25%;padding: 0 10px;border: none;}
.news_alist li a{display: block;padding: 10px;border: 1px solid #f2f2f2; background: #f3f3f3;}
.news-info{margin-top: 10px;}
.news_alist .news-info{border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 10px;}
.news_alist .news-info h3 { font-size: 17px; line-height: 1; color: #555; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.news_alist .news-info h5 {text-align: right; font-size: 13px;line-height: 1; color: #888;}
.news_alist li a p.description { font-size: 14px;line-height: 1.3;color: #999;height: 55px; overflow: hidden;margin: 10px 0;}
.news_alist li a span { display: inline-block; font-size: 14px;line-height: 1; border: 1px solid #ddd; padding: 10px 30px; margin-top: 20px; color: #333;transition: all .5s;}
.news_alist li a:hover {border-color: #b10000;box-shadow: 0 3px 7px #b1000030;}

.news_alist li a .news-img{height: 210px;overflow: hidden;}
.news_alist li a .news-img img{width: 100%;min-height: 100%;transition: all .5s;}
.news_alist li a:hover .news-img img{transform: scale(1.1);}



.footers .f1{margin-top: 15px;border-right: 1px solid #000;width: 29%;padding: 12px 0px;}
.d-an a {color:#fff;border: 1px solid #fff;line-height:35px;display: block;text-align:center; font-size: 14px;margin: 0 0 8px 0px;border-radius: 4px;}
.d-an a:hover {color: #004090;background-color: #fff;border-color: #004090;display: block;}
.f-logo h3{color: #fff;font-size: 30px;font-weight: bold;margin: 0;}
.f-logo .f1 img{margin: 15px 9px 0 0;}
.d-tp{float: left;width: 22%;    display: grid;
    place-items: center;margin: 0 0 0 79px;}
.d-an{width: 46%;float: left;}



.top-dh{width: 16%;float: right;margin: 16px 0 0 0;}
.top-dh .topdh-tb{}
.top-dh .topdh-tb img{width: 27%;float: left;}
.top-dh .topdh-wz{float: left;margin: 7px 0 0 10px;padding: 0 0 0 0px;}
.top-dh .topdh-wz h2{font-size: 22px;font-weight: bold;color: #163a78;    font-family: "黑体";}
.top-dh .topdh-wz p{font-size: 19px;
    font-weight: bold;color: #000;}
@media (min-width: 992px) and (max-width: 1200px){
.top-dh .topdh-tb {display: none;}
  .top-dh {width: 8%;margin: 9px 0 0 0;}
  .top-dh .topdh-wz {margin: 0px 0 0 9px;padding: 11px 0 0 0px;float: left;}
  .top-dh .topdh-wz h2 {font-size: 16px;}
  .top-dh .topdh-wz p {font-size: 16px;}
}
@media (max-width: 992px){
  
.top-dh {display:none}

}
@media (max-width: 767px){
 

  
}



.chanpin{padding: 17px 0 50px 0;}



.cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li{float: left;width: 33.33333%;padding: 10px;}
.cp-cont ul li a{display: block;position: relative;overflow: hidden;}
.cp-cont ul li a .cp-img { height: 280px; overflow: hidden; border: 1px solid #ddd; background: #fff; display: flex;flex-wrap: wrap;align-content: center;}
.cp-cont ul li a .cp-img img{width: 100%;transition: all .5s;min-height: 100%;}
.cp-cont ul li a p {text-align: center; font-size: 20px;line-height: 40px; position: absolute; width: 100%;bottom: 0;background: rgb(0 0 0 / 60%); color: #fff;height: 40px;transition: all .5s;}
.cp-cont ul li a p span { display: block; border: 1px solid #fff; width: 120px;font-size: 15px; margin: 20px auto;line-height: 1;padding: 10px 0;}
.cp-cont ul li a:hover .cp-img img{transform: scale(1.1);}
.cp-cont ul li a:hover p {height: 100%; font-size: 24px;padding-top: 100px;letter-spacing: 2px;}
.cp-cont ul li a p span:hover{background: #d10401;}

.cp-btn{text-align:center;margin-top: 20px;}
.cp-btn a { display: inline-block;  background: #f57f03;color: #fff; font-size: 15px; line-height: 1;  padding: 12px 35px; border-radius: 3px;box-shadow: 2px 2px 1px #f57f03;transition: all .5s;border: 2px solid #f57f03;}
.cp-btn a:hover{background: none;color: #d10401;}

@media (min-width: 992px) and (max-width: 1200px){
  

  .cp-cont ul li a .cp-img{height: 230px;}
  .cp-cont ul li a p{font-size: 18px;}
  .cp-cont ul li a:hover p{font-size: 22px;padding-top: 70px;}
  .cp-cont ul li a p span{margin: 15px auto;font-size: 14px;}
  
  
  
  
}

@media (max-width: 992px){
  
  .chanpin {padding: 30px 0;}
  .cp-cont ul li{padding: 8px;}
  .cp-cont ul li a .cp-img{height: 180px;}
  .cp-cont ul li a p{font-size: 16px;line-height: 36px;height: 36px;}
  
  .cp-cont ul li a:hover p{font-size: 18px;padding-top: 50px;}
  .cp-cont ul li a p span{font-size: 13px;margin: 10px auto;}
  
  .chanpin .cp-bt{margin:0px}
  
}

@media (max-width: 767px){
 
  .cp-cont ul li {padding: 5px;width: 50%;}
  .cp-cont { padding: 0 10px;}
  .cp-cont ul li a .cp-img {height: 130px;}
  .cp-cont ul li a p {font-size: 14px;line-height: 30px;height: 30px;}
  .cp-cont ul li:last-child{display: none;}
  .cp-btn a{font-size: 13px;padding: 10px 27px;}
  
  
}




/* 关于我们 */
.gywm{background: url(../images/gsjj.png)no-repeat center top fixed;padding: 50px 0 0;height: 400px;margin-bottom: 370px;}
.gywm h4{}
.gy-bt h3{color: #fff;font-size: 40px;line-height: 1;font-weight: bold;color: #000;letter-spacing: 3px;padding: 5px 0;}
.gy-bt p{color: #eee;}

.gy-cont { background: #fff; padding: 50px;box-shadow: 0 0 5px #ddd;border-radius: 10px;}

.gy-nr{float: left;width: 48%;}
.gy-nr h3 { font-size: 26px; line-height: 1;letter-spacing: 1px;color: #222;}
.gy-nr hr {border-top: 3px solid #163a78;width: 60px;margin: 15px 0;}
.gy-nr .gy-txt{}
.gy-nr .gy-txt { padding-right: 8px;overflow: hidden;overflow-y: auto;}
.gy-nr .gy-txt::-webkit-scrollbar {width: 3px;background: #d10401;border-radius: 10px;}
.gy-nr .gy-txt::-webkit-scrollbar-thumb { background-color: #ddd;  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
.gy-nr .gy-txt p {font-size: 15px;line-height: 1.7;color: #666;}
.gy-nr a {display: inline-block; font-size: 15px; line-height: 1;color: #666;margin-top: 30px;border: 1px solid #bbb; padding: 12px 40px;}
.gy-nr a:hover{background: #d10401;color: #fff;}

.gy-img {float: right;width: 48%;height: 380px;overflow: hidden;display: flex;align-items: center;}
.gy-img img{width: 100%;}

.gywm .gcal-bt h4{color: #fff;font-size: 29px;letter-spacing: 4px;}
.gywm .gcal-bt h2{color: #fff;font-size: 29px;font-weight: bold;padding: 0 0 13px 0;letter-spacing: 4px;}
.gywm .gcal-bt hr{border-top: 5px solid #fff;width: 4%;margin: 0 auto;}
.gywm .gcal-bt span{}
.gywm .gcal-bt{text-align: center;}



@media (min-width: 992px) and (max-width: 1200px){
  
  
  .gy-nr .gy-txt p { font-size: 14px;line-height: 1.6;}
  .gy-nr a{font-size: 14px;padding: 10px 35px;margin-top: 20px;}
  
  
}
@media (max-width: 992px){
  
  .gywm{height: 280px;}
  
  .gy-cont{padding: 30px 20px;}
  .gy-nr{width: 100%;padding: 16px 0 0 0;}
  .gy-nr .gy-txt p {font-size: 13px; line-height: 1.6;color: #666;}
  .gy-nr h3{font-size: 22px;}
  .gy-nr hr{}
  
  .gy-nr a{font-size: 13px;margin-top: 20px;padding: 10px 35px;}
  .gy-img{width:100%}
  
}
@media (max-width: 767px){

  
  .gy-bt {background: url(../images/bg3.jpg)no-repeat center top fixed;padding: 30px 15px; margin: 0;}
  .gywm{height: auto;margin: 0 0 30px;background: none;padding: 0;}
  
  
  .gy-img{display: none;}
  .gy-cont{padding: 20px 15px;margin-top: -10px;}
  .gy-nr {float: none; width: 100%;}
  .gy-nr h3{font-size: 20px;letter-spacing: 0;text-align: left;}
  .gy-nr hr{width: 50px;}
  .gy-nr .gy-txt p{font-size: 13px;}
  .gy-nr a{font-size: 12px;margin-top: 20px;}
  .gywm {padding: 0px 0 0;}
  
  
}

@media (max-width: 415px){
 
}


.youshi { padding: 0px 0 30px; background:url(../images/ysbg.png)no-repeat center;margin: 35px 0 0 0;}
.ys-box{overflow: hidden;margin-bottom: 50px;}

.ys-box.ys1{}
.ys-box.ys2{}
.ys-box.ys1 .ys-img{float: right;}
.ys-box.ys1 .ys-nr{float: left;}
.ys-box.ys2 .ys-img{float: left;}
.ys-box.ys2 .ys-nr{float: right;}

.ys-box .ys-img{width: 47%;height: 300px;overflow: hidden;}
.ys-box .ys-img img{width: 100%;}
.ys-box .ys-nr{width: 47%;overflow: hidden;}


.ys-nr h2 { font-weight: bold;color: #163a78;font-size: 52px;line-height: 1;overflow: hidden;margin-bottom: 10px;}
.ys-txt{}
.ys-txt h3 {font-size: 26px;line-height: 1; font-weight: bold; color: #163a78;font-family: Microsoft JhengHei;}
.ys-txt h5 {font-size: 15px;line-height: 1;color: #888;text-transform: capitalize;margin-top: 5px;}
.ys-txt span{color: #666;font-size: 22px;font-weight: normal;padding: 0 0 0 11px;text-transform:uppercase}
.ys-txt hr{}
.ys-txt p {background-size: 18px; font-size: 16px;line-height: 1.5;margin-bottom: 10px;}
.ys-txt i{padding: 0 9px 0 0;}

.youshi-box{}
@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
  .youshi{padding: 30px 0 10px;}
  .ys-nr h2{font-size: 36px;}
  .ys-box .ys-img,.ys-box .ys-nr{width: 49%;}
  .ys-txt h3{font-size: 22px;}
  .ys-txt h5{font-size: 12px;margin-top: 3px;}
  .ys-txt hr {margin: 15px 0;}
  .ys-txt p {background: url(../images/ys-ico.png)no-repeat top 2px left;padding-left: 20px;background-size: 15px;font-size: 13px;line-height: 1.3;}
  .ys-box .ys-img{height: 210px;}
  .ys-box{margin-bottom: 20px;}
  .ys-txt span {font-size: 20px;}
  
  
  
}
@media (max-width: 767px){
 .youshi {margin:0px;padding:0px 0 10px}
    .ys-box .ys-img { float: none !important;width: 100%;height: 167px;}
  .ys-box{padding: 0 15px;}
  .ys-box .ys-nr{ float: none !important;width: 100%;}
  .ys-nr h2 {font-size: 32px; margin: 5px 0;}
  .ys-txt h3 { font-size: 20px;}
  .ys-txt p{margin-bottom: 6px;background-size: 13px;font-size: 12px;padding:0px}
  .ys-txt hr {margin: 10px 0;}
  .youshi{background: url(../images/ysbg1.png)no-repeat left top,url(../images/ysbg2.png)no-repeat center bottom -30px;}

  
}

